object PreviewSearchForm: TPreviewSearchForm Left = 200 Top = 108 BorderStyle = bsDialog Caption = '�����' ClientHeight = 162 ClientWidth = 269 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 12 Width = 68 Height = 13 Caption = '������ �����' end object Edit1: TEdit Left = 8 Top = 28 Width = 253 Height = 21 TabOrder = 0 end object Button1: TButton Left = 106 Top = 132 Width = 75 Height = 25 Caption = '��' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 186 Top = 132 Width = 75 Height = 25 Cancel = True Caption = '������' ModalResult = 2 TabOrder = 2 end object GroupBox1: TGroupBox Left = 8 Top = 56 Width = 141 Height = 69 Caption = '����� ������' TabOrder = 3 object CB1: TCheckBox Left = 8 Top = 20 Width = 121 Height = 17 Caption = '��������� �������' TabOrder = 0 end end object GroupBox2: TGroupBox Left = 156 Top = 56 Width = 105 Height = 69 Caption = '������' TabOrder = 4 object RB1: TRadioButton Left = 8 Top = 20 Width = 77 Height = 17 Caption = '� ������' Checked = True TabOrder = 0 TabStop = True end object RB2: TRadioButton Left = 8 Top = 40 Width = 85 Height = 17 Caption = '����������' TabOrder = 1 end end end